var github.com/andybalholm/brotli.maxDistanceSymbol_diff
4 uses
github.com/andybalholm/brotli (current package)
decode.go#L2001: var maxDistanceSymbol_diff = [maxNpostfix + 1]uint32{73, 126, 228, 424}
decode.go#L2006: return ndirect + maxDistanceSymbol_diff[npostfix] + postfix
decode.go#L2008: return ndirect + maxDistanceSymbol_diff[npostfix]
decode.go#L2010: return maxDistanceSymbol_bound[npostfix] + maxDistanceSymbol_diff[npostfix] + postfix
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |